home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 46
/
PC Gamer IT CD 46 2-2.iso
/
Nba
/
NBA2000.exe
/
CABFILE
/
IDR_CABFILE
/
Data
/
UIScript
/
AWAYFACE.UI
< prev
next >
Wrap
Text File
|
1999-04-12
|
703b
|
38 lines
"2D\UI\Faces"
//********************************
// Data Container
//********************************
DataContainer {
String "AwayPlayerDisplayID" {
ImageSpinner "AwayPlayers";
InitialValue "PIX_NONE";
};
};
//********************************
// Images
//********************************
Image "AwayPlayerPicture" {
Filename "PIX_NONE";
};
//********************************
// Styles
//********************************
Style "AwayPlayersStyle" {
Image "AwayPlayerPicture";
};
//********************************
// Image Spinners
//********************************
ImageSpinner "AwayPlayers" {
Root;
Style "AwayPlayersStyle";
CanResetImage;
};